'Declaration
Public Function SetKLineStyle( _ Optional ByVal stroke As String, _ Optional ByVal strokeWidth As Nullable(Of Integer) _ ) As StochasticBuilder(Of T)
public StochasticBuilder<T> SetKLineStyle( string stroke, Nullable<int> strokeWidth )
Parameters
- stroke
- The stroke
- strokeWidth
- The stroke width
Return Value
Current builder